home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / K3AYN (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  1.2 KB  |  27 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.event.ActionEvent;
  4. import java.io.Serializable;
  5.  
  6. class Timer$DoPostEvent implements Runnable, Serializable {
  7.    // $FF: synthetic field
  8.    Timer this$0;
  9.  
  10.    public void run() {
  11.       if (Timer.access$logTimers()) {
  12.          System.out.println("Timer ringing: " + this.this$0);
  13.       }
  14.  
  15.       if (this.this$0.eventQueued) {
  16.          this.this$0.fireActionPerformed(new ActionEvent(this.this$0, 0, (String)null));
  17.          this.this$0.cancelEvent();
  18.       }
  19.  
  20.    }
  21.  
  22.    // $FF: synthetic method
  23.    Timer$DoPostEvent(Timer this$0) {
  24.       this.this$0 = this$0;
  25.    }
  26. }
  27.